home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / ublob.dfm / ublob.txt
Encoding:
Text File  |  1995-12-22  |  21.3 KB  |  743 lines

  1. object Form1: TForm1
  2.   Left = 16
  3.   Top = 30
  4.   Width = 587
  5.   Height = 418
  6.   Caption = 'Uses JPSTAMP.DBF'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 13
  14.   object Gauge1: TGauge
  15.     Left = 306
  16.     Top = 8
  17.     Width = 22
  18.     Height = 19
  19.     Kind = gkPie
  20.     ShowText = False
  21.     BorderStyle = bsNone
  22.     ForeColor = clRed
  23.     BackColor = clBtnFace
  24.     Progress = 0
  25.   end
  26.   object Label1: TLabel
  27.     Left = 384
  28.     Top = 81
  29.     Width = 28
  30.     Height = 13
  31.     Caption = 'Width'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 384
  35.     Top = 103
  36.     Width = 31
  37.     Height = 13
  38.     Caption = 'Height'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 384
  42.     Top = 124
  43.     Width = 60
  44.     Height = 13
  45.     Caption = 'Bits per Pixel'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 384
  49.     Top = 147
  50.     Width = 32
  51.     Height = 13
  52.     Caption = 'Planes'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 384
  56.     Top = 170
  57.     Width = 29
  58.     Height = 13
  59.     Caption = 'Colors'
  60.   end
  61.   object Label6: TLabel
  62.     Left = 384
  63.     Top = 190
  64.     Width = 68
  65.     Height = 13
  66.     Caption = 'Compression'
  67.   end
  68.   object Label7: TLabel
  69.     Left = 384
  70.     Top = 213
  71.     Width = 44
  72.     Height = 13
  73.     Caption = 'Blob Size'
  74.   end
  75.   object DBNavigator1: TDBNavigator
  76.     Left = 10
  77.     Top = 242
  78.     Width = 331
  79.     Height = 25
  80.     DataSource = DataSource1
  81.     TabOrder = 0
  82.   end
  83.   object AutodisplayCheckBox: TCheckBox
  84.     Left = 16
  85.     Top = 10
  86.     Width = 73
  87.     Height = 17
  88.     Caption = 'Autodisplay'
  89.     State = cbChecked
  90.     TabOrder = 1
  91.     OnClick = AutodisplayCheckBoxClick
  92.   end
  93.   object DBEdit1: TDBEdit
  94.     Left = 349
  95.     Top = 56
  96.     Width = 213
  97.     Height = 20
  98.     Color = clGray
  99.     DataField = 'TEXT1'
  100.     DataSource = DataSource1
  101.     MaxLength = 0
  102.     TabOrder = 2
  103.   end
  104.   object StretchCheckBox: TCheckBox
  105.     Left = 94
  106.     Top = 10
  107.     Width = 61
  108.     Height = 17
  109.     Caption = 'Stretch it'
  110.     TabOrder = 3
  111.     OnClick = StretchCheckBoxClick
  112.   end
  113.   object GroupBox1: TGroupBox
  114.     Left = 348
  115.     Top = 260
  116.     Width = 97
  117.     Height = 123
  118.     Caption = 'Jpeg Resolution'
  119.     Color = clBtnFace
  120.     Font.Color = clMaroon
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentColor = False
  125.     ParentFont = False
  126.     TabOrder = 6
  127.     object RadioButton1: TRadioButton
  128.       Left = 8
  129.       Top = 20
  130.       Width = 80
  131.       Height = 17
  132.       Caption = '16 Colors'
  133.       Font.Color = clBlack
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       TabOrder = 0
  139.       OnClick = ResolutionClick
  140.     end
  141.     object RadioButton2: TRadioButton
  142.       Left = 8
  143.       Top = 56
  144.       Width = 76
  145.       Height = 17
  146.       Caption = '256 Colors'
  147.       Checked = True
  148.       Font.Color = clBlack
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = []
  152.       ParentFont = False
  153.       TabOrder = 1
  154.       TabStop = True
  155.       OnClick = ResolutionClick
  156.     end
  157.     object RadioButton3: TRadioButton
  158.       Left = 9
  159.       Top = 92
  160.       Width = 80
  161.       Height = 17
  162.       Hint = '(Should have true color VGA Card)'
  163.       Caption = 'True Color'
  164.       Font.Color = clBlack
  165.       Font.Height = -11
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = []
  168.       ParentFont = False
  169.       TabOrder = 2
  170.       OnClick = ResolutionClick
  171.     end
  172.   end
  173.   object CenterCheckBox: TCheckBox
  174.     Left = 164
  175.     Top = 8
  176.     Width = 73
  177.     Height = 19
  178.     Caption = 'Center it'
  179.     State = cbChecked
  180.     TabOrder = 7
  181.     OnClick = CenterCheckBoxClick
  182.   end
  183.   object Edit1: TEdit
  184.     Left = 349
  185.     Top = 35
  186.     Width = 213
  187.     Height = 20
  188.     Color = clNavy
  189.     Font.Color = clWhite
  190.     Font.Height = -11
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Style = []
  193.     ParentFont = False
  194.     ReadOnly = True
  195.     TabOrder = 11
  196.   end
  197.   object Edit2: TEdit
  198.     Left = 452
  199.     Top = 78
  200.     Width = 110
  201.     Height = 20
  202.     Color = clGray
  203.     Font.Color = clNavy
  204.     Font.Height = -11
  205.     Font.Name = 'MS Sans Serif'
  206.     Font.Style = []
  207.     ParentFont = False
  208.     ReadOnly = True
  209.     TabOrder = 13
  210.   end
  211.   object Edit3: TEdit
  212.     Left = 452
  213.     Top = 100
  214.     Width = 110
  215.     Height = 20
  216.     Color = clGray
  217.     Font.Color = clNavy
  218.     Font.Height = -11
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     ReadOnly = True
  223.     TabOrder = 14
  224.   end
  225.   object Edit4: TEdit
  226.     Left = 452
  227.     Top = 122
  228.     Width = 110
  229.     Height = 20
  230.     Color = clGray
  231.     Font.Color = clNavy
  232.     Font.Height = -11
  233.     Font.Name = 'MS Sans Serif'
  234.     Font.Style = []
  235.     ParentFont = False
  236.     ReadOnly = True
  237.     TabOrder = 15
  238.   end
  239.   object Edit5: TEdit
  240.     Left = 452
  241.     Top = 144
  242.     Width = 110
  243.     Height = 20
  244.     Color = clGray
  245.     Font.Color = clNavy
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = []
  249.     ParentFont = False
  250.     ReadOnly = True
  251.     TabOrder = 16
  252.   end
  253.   object Edit6: TEdit
  254.     Left = 452
  255.     Top = 166
  256.     Width = 110
  257.     Height = 20
  258.     Color = clGray
  259.     Font.Color = clNavy
  260.     Font.Height = -11
  261.     Font.Name = 'MS Sans Serif'
  262.     Font.Style = []
  263.     ParentFont = False
  264.     ReadOnly = True
  265.     TabOrder = 17
  266.   end
  267.   object Edit7: TEdit
  268.     Left = 452
  269.     Top = 188
  270.     Width = 110
  271.     Height = 20
  272.     Color = clGray
  273.     Font.Color = clNavy
  274.     Font.Height = -11
  275.     Font.Name = 'MS Sans Serif'
  276.     Font.Style = []
  277.     ParentFont = False
  278.     ReadOnly = True
  279.     TabOrder = 18
  280.   end
  281.   object Edit8: TEdit
  282.     Left = 452
  283.     Top = 210
  284.     Width = 110
  285.     Height = 20
  286.     Color = clTeal
  287.     Font.Color = clAqua
  288.     Font.Height = -11
  289.     Font.Name = 'MS Sans Serif'
  290.     Font.Style = []
  291.     ParentFont = False
  292.     ReadOnly = True
  293.     TabOrder = 19
  294.   end
  295.   object GroupBox2: TGroupBox
  296.     Left = 451
  297.     Top = 260
  298.     Width = 112
  299.     Height = 54
  300.     Caption = 'Blob Update To'
  301.     Font.Color = clMaroon
  302.     Font.Height = -11
  303.     Font.Name = 'MS Sans Serif'
  304.     Font.Style = []
  305.     ParentFont = False
  306.     TabOrder = 20
  307.     object RadioButton4: TRadioButton
  308.       Left = 8
  309.       Top = 15
  310.       Width = 80
  311.       Height = 17
  312.       Caption = 'A Jpeg Blob'
  313.       Checked = True
  314.       Font.Color = clBlack
  315.       Font.Height = -11
  316.       Font.Name = 'MS Sans Serif'
  317.       Font.Style = []
  318.       ParentFont = False
  319.       TabOrder = 0
  320.       TabStop = True
  321.       OnClick = RadioButton4Click
  322.     end
  323.     object RadioButton5: TRadioButton
  324.       Left = 8
  325.       Top = 35
  326.       Width = 80
  327.       Height = 17
  328.       Caption = 'A BMP Blob'
  329.       Font.Color = clBlack
  330.       Font.Height = -11
  331.       Font.Name = 'MS Sans Serif'
  332.       Font.Style = []
  333.       ParentFont = False
  334.       TabOrder = 1
  335.       OnClick = RadioButton4Click
  336.     end
  337.   end
  338.   object GroupBox3: TGroupBox
  339.     Left = 452
  340.     Top = 314
  341.     Width = 112
  342.     Height = 69
  343.     Caption = 'Jpeg Update Options'
  344.     Font.Color = clMaroon
  345.     Font.Height = -11
  346.     Font.Name = 'MS Sans Serif'
  347.     Font.Style = []
  348.     ParentFont = False
  349.     TabOrder = 23
  350.     object Label8: TLabel
  351.       Left = 8
  352.       Top = 18
  353.       Width = 32
  354.       Height = 13
  355.       Caption = 'Quality'
  356.       Font.Color = clBlack
  357.       Font.Height = -11
  358.       Font.Name = 'MS Sans Serif'
  359.       Font.Style = []
  360.       ParentFont = False
  361.     end
  362.     object Label9: TLabel
  363.       Left = 8
  364.       Top = 44
  365.       Width = 36
  366.       Height = 13
  367.       Caption = 'Smooth'
  368.       Font.Color = clBlack
  369.       Font.Height = -11
  370.       Font.Name = 'MS Sans Serif'
  371.       Font.Style = []
  372.       ParentFont = False
  373.     end
  374.     object SpinEdit1: TSpinEdit
  375.       Left = 56
  376.       Top = 16
  377.       Width = 45
  378.       Height = 22
  379.       Hint = 'Jpg update quality factor (0..100)'
  380.       Color = clNavy
  381.       Font.Color = clYellow
  382.       Font.Height = -11
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = []
  385.       MaxValue = 100
  386.       MinValue = 0
  387.       ParentFont = False
  388.       ParentShowHint = False
  389.       ShowHint = True
  390.       TabOrder = 0
  391.       Value = 0
  392.       OnChange = SpinEdit1Change
  393.     end
  394.     object SpinEdit2: TSpinEdit
  395.       Left = 56
  396.       Top = 42
  397.       Width = 45
  398.       Height = 22
  399.       Hint = 'Jpg update Smoothing factor (0..100)'
  400.       Color = clNavy
  401.       Font.Color = clYellow
  402.       Font.Height = -11
  403.       Font.Name = 'MS Sans Serif'
  404.       Font.Style = []
  405.       MaxValue = 100
  406.       MinValue = 0
  407.       ParentFont = False
  408.       ParentShowHint = False
  409.       ShowHint = True
  410.       TabOrder = 1
  411.       Value = 0
  412.       OnChange = SpinEdit2Change
  413.     end
  414.   end
  415.   object BitBtn9: TBitBtn
  416.     Left = 493
  417.     Top = 3
  418.     Width = 68
  419.     Height = 25
  420.     Caption = 'Print'
  421.     TabOrder = 24
  422.     OnClick = BitBtn9Click
  423.     Glyph.Data = {
  424.       76010000424D7601000000000000760000002800000020000000100000000100
  425.       04000000000000010000130B0000130B00000000000000000000000000000000
  426.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  427.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  428.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  429.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  430.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  431.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  432.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  433.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  434.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  435.       33333337FFFF7733333333300000033333333337777773333333}
  436.     NumGlyphs = 2
  437.     Spacing = 0
  438.   end
  439.   object BitBtn1: TBitBtn
  440.     Left = 9
  441.     Top = 290
  442.     Width = 168
  443.     Height = 25
  444.     Caption = 'Replace Blob from file'
  445.     TabOrder = 4
  446.     OnClick = BitBtn1Click
  447.     Glyph.Data = {
  448.       78010000424D7801000000000000760000002800000020000000100000000100
  449.       04000000000000000000120B0000120B00000000000000000000000000000000
  450.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  451.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550000000005
  452.       555555777777777FF5555500000000805555557777777777FF555550BBBBB008
  453.       05555557F5FFF7777FF55550B000B030805555F7F777F7F777F550000000B033
  454.       005557777777F7F5775550BBBBB00033055557F5FFF777F57F5550B000B08033
  455.       055557F77757F7F57F5550BBBBB08033055557F55557F7F57F5550BBBBB00033
  456.       055557FFFFF777F57F5550000000703305555777777757F57F555550FFF77033
  457.       05555557FFFFF7FF7F55550000000003055555777777777F7F55550777777700
  458.       05555575FF5555777F55555003B3B3B00555555775FF55577FF55555500B3B3B
  459.       005555555775FFFF77F5555555700000005555555557777777550000}
  460.     Layout = blGlyphRight
  461.     NumGlyphs = 2
  462.     Style = bsNew
  463.   end
  464.   object BitBtn2: TBitBtn
  465.     Left = 9
  466.     Top = 266
  467.     Width = 168
  468.     Height = 25
  469.     Caption = 'Save blob to file as stored'
  470.     TabOrder = 5
  471.     OnClick = BitBtn2Click
  472.     NumGlyphs = 2
  473.     Style = bsNew
  474.   end
  475.   object BitBtn4: TBitBtn
  476.     Left = 176
  477.     Top = 290
  478.     Width = 165
  479.     Height = 25
  480.     Caption = 'Save Blob to ClipBoard'
  481.     TabOrder = 8
  482.     OnClick = BitBtn4Click
  483.     Glyph.Data = {
  484.       56070000424D5607000000000000360400002800000028000000140000000100
  485.       0800000000002003000000000000000000000000000000000000000000000000
  486.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  487.       A600000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  517.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  518.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  519.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  520.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  521.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  522.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  523.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  524.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  525.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  526.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  527.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  528.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  529.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  530.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  531.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  532.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  533.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  534.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  535.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  536.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  537.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  538.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  539.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  540.       0303030303030303030303030303030303030303030303030303030303030303
  541.       0303030303030303030303030303030303030303030303030303030303030303
  542.       0303030303030303030303030303030303030303030303030303}
  543.     NumGlyphs = 2
  544.   end
  545.   object BitBtn5: TBitBtn
  546.     Left = 176
  547.     Top = 266
  548.     Width = 165
  549.     Height = 25
  550.     Caption = 'Past Blob from clipboard'
  551.     Enabled = False
  552.     TabOrder = 9
  553.     OnClick = BitBtn5Click
  554.     Glyph.Data = {
  555.       76010000424D7601000000000000760000002800000020000000100000000100
  556.       04000000000000010000130B0000130B00000000000000000000000000000000
  557.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  558.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  559.       FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  560.       FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  561.       FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  562.       0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  563.       9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  564.       9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  565.       99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  566.       93337777FF777777733370000000073333333777777773333333}
  567.     Layout = blGlyphRight
  568.     NumGlyphs = 2
  569.   end
  570.   object BitBtn6: TBitBtn
  571.     Left = 9
  572.     Top = 314
  573.     Width = 168
  574.     Height = 24
  575.     Caption = 'Append Blob from file'
  576.     TabOrder = 10
  577.     OnClick = BitBtn6Click
  578.     Glyph.Data = {
  579.       78010000424D7801000000000000760000002800000020000000100000000100
  580.       04000000000000000000120B0000120B00000000000000000000000000000000
  581.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  582.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033BBBBBBBBBB
  583.       BB33337777777777777F33BB00BBBBBBBB33337F77333333F37F33BB0BBBBBB0
  584.       BB33337F73F33337FF7F33BBB0BBBB000B33337F37FF3377737F33BBB00BB00B
  585.       BB33337F377F3773337F33BBBB0B00BBBB33337F337F7733337F33BBBB000BBB
  586.       BB33337F33777F33337F33EEEE000EEEEE33337F3F777FFF337F33EE0E80000E
  587.       EE33337F73F77773337F33EEE0800EEEEE33337F37377F33337F33EEEE000EEE
  588.       EE33337F33777F33337F33EEEEE00EEEEE33337F33377FF3337F33EEEEEE00EE
  589.       EE33337F333377F3337F33EEEEEE00EEEE33337F33337733337F33EEEEEEEEEE
  590.       EE33337FFFFFFFFFFF7F33EEEEEEEEEEEE3333777777777777730000}
  591.     NumGlyphs = 2
  592.   end
  593.   object BitBtn7: TBitBtn
  594.     Left = 176
  595.     Top = 314
  596.     Width = 165
  597.     Height = 24
  598.     Caption = 'Save to file as BMP'
  599.     TabOrder = 21
  600.     OnClick = BitBtn7Click
  601.   end
  602.   object BitBtn8: TBitBtn
  603.     Left = 176
  604.     Top = 337
  605.     Width = 165
  606.     Height = 23
  607.     Caption = 'Save to file as Jpeg'
  608.     TabOrder = 22
  609.     OnClick = BitBtn8Click
  610.   end
  611.   object BitBtn12: TBitBtn
  612.     Left = 176
  613.     Top = 359
  614.     Width = 165
  615.     Height = 24
  616.     Caption = 'About ImageLib'
  617.     TabOrder = 26
  618.     OnClick = BitBtn12Click
  619.   end
  620.   object BitBtn11: TBitBtn
  621.     Left = 9
  622.     Top = 337
  623.     Width = 168
  624.     Height = 23
  625.     Caption = 'Enlarge'
  626.     TabOrder = 25
  627.     OnClick = BitBtn11Click
  628.     Glyph.Data = {
  629.       06020000424D0602000000000000760000002800000028000000140000000100
  630.       0400000000009001000000000000000000000000000000000000000000000000
  631.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  632.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  633.       3333333333FFFFFFFF333FFFFF3330000000033300000333377777777F337777
  634.       7FF330EFEFEF03307333703337F3FFFF7F37733377F330F4444E033333333033
  635.       37F777737F333333F7F33099999903333330703337F333337F33333777FF309F
  636.       FFF903333330000337F333337F33333777733099999903333330003337F3FF3F
  637.       7F333337773330F44E0003333330033337F7737773333337733330EFEF003333
  638.       3330333337FFFF7733333337333330000003333333333333377777733333FFFF
  639.       FFFF3333333333300000000333333F3333377777777F333303333330EFEFEF03
  640.       33337F333337F3FFFF7F333003333330F4444E0333377F333337F777737F3300
  641.       03333330EFEFEF0333777F333337F3FFFF7F300003333330F4444E0337777F33
  642.       3337F777737F330703333330EFEFEF03337773333337F3FF3F7F330333333330
  643.       F44E0003337FF333FF37F7737773330733370330EFEF00333377FFF77337FFFF
  644.       7733333000003330000003333337777733377777733333333333333333333333
  645.       33333333333333333333}
  646.     NumGlyphs = 2
  647.   end
  648.   object BitBtn3: TBitBtn
  649.     Left = 9
  650.     Top = 359
  651.     Width = 168
  652.     Height = 24
  653.     Caption = 'Open Table'
  654.     TabOrder = 12
  655.     OnClick = BitBtn3Click
  656.     Glyph.Data = {
  657.       78010000424D7801000000000000760000002800000020000000100000000100
  658.       04000000000000000000120B0000120B00000000000000000000000000000000
  659.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  660.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  661.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  662.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  663.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  664.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  665.       FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  666.       FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  667.       C8807FF7777777777FF700000000000000007777777777777777333333333333
  668.       33333333333333333333333333333333333333333333333333330000}
  669.     NumGlyphs = 2
  670.   end
  671.   object BitBtn13: TBitBtn
  672.     Left = 349
  673.     Top = 3
  674.     Width = 68
  675.     Height = 25
  676.     Caption = 'New Msg'
  677.     TabOrder = 27
  678.     OnClick = BitBtn13Click
  679.     Style = bsNew
  680.   end
  681.   object DBMultiImage1: TDBMultiImage
  682.     Left = 10
  683.     Top = 37
  684.     Width = 331
  685.     Height = 205
  686.     Hint = 'Double click to view picture'
  687.     JPegDither = 4
  688.     JPegResolution = 8
  689.     JPegSaveQuality = 25
  690.     JPegSaveSmooth = 0
  691.     UPdateBlobAsJpeg = True
  692.     DataField = 'BLOBIMAGE'
  693.     DataSource = DataSource1
  694.     ParentShowHint = False
  695.     ShowHint = True
  696.     TabOrder = 28
  697.   end
  698.   object Table1: TTable
  699.     Left = 309
  700.     Top = 40
  701.   end
  702.   object DataSource1: TDataSource
  703.     DataSet = Table1
  704.     OnDataChange = DataSource1DataChange
  705.     Left = 280
  706.     Top = 40
  707.   end
  708.   object OpenDialog1: TOpenDialog
  709.     Filter = 
  710.       'All Images|*.jpg;*.gif;*.pcx;*.bmp;*.scm;|BMP Images|*.bmp|GIF I' +
  711.       'mages|*.gif|PCX Images|*.pcx|JPG Images|*.jpg|Sroll Messages|*.s' +
  712.       'cm'
  713.     Left = 280
  714.     Top = 67
  715.   end
  716.   object SaveDialog1: TSaveDialog
  717.     Options = [ofOverwritePrompt]
  718.     Left = 251
  719.     Top = 67
  720.   end
  721.   object Timer1: TTimer
  722.     OnTimer = Timer1Timer
  723.     Left = 309
  724.     Top = 67
  725.   end
  726.   object OpenDialog2: TOpenDialog
  727.     FileName = 'JPSTAMP.DBF'
  728.     Filter = 'sample dbf|JPSTAMP.DBF'
  729.     Left = 251
  730.     Top = 40
  731.   end
  732.   object SaveDialog2: TSaveDialog
  733.     DefaultExt = 'JPG'
  734.     Filter = 'Jpeg files|*.JPG'
  735.     Left = 251
  736.     Top = 94
  737.   end
  738.   object PrintDialog1: TPrintDialog
  739.     Left = 280
  740.     Top = 94
  741.   end
  742. end
  743.